home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nintendo Dictionary Encyclopedia
/
NINTENDO DICTIONARY VOL 1.iso
/
daijiten.exe
/
scripts
/
DefineButton2_27
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
1998-04-24
|
105b
|
6 lines
on(release){
getUrl("FSCommand:Exec", "NINTEN.exe");
stopAllSounds();
fscommand("Quit");
}